Playing with Jaas and Apache.

If you havent read my blog post “Playing with JAAS” i wouldd suggest you read that before reading this one. Here is a quick primer on configuring Jaas with apache. In this case our jaas.config will have just one LoginContext called ApacheExample ApacheExample { com.module.DummyLoginModule required username="user" password="pass" role="admin"; };ApacheExample { com.module.DummyLoginModule required username="user" password="pass" … Continue reading Playing with Jaas and Apache.